Sets the array item value. 
Class
TCustomIBCArray
 Syntax
procedure SetItemValue(const Indices: array of integer; const Value: variant);
Parameters
Indices
Holds an array of element indexes in the array (if the array is one-dimensional, there is only one index). 
Value
Holds the array item value. 
Remarks
Call the SetItemValue method to set the array item value. 
See Also